home *** CD-ROM | disk | FTP | other *** search
- /*
- IC Edit Pref AppleEvents.h
-
- */
-
- #pragma once
-
- #ifndef __H_IC_Edit_Pref_AppleEvents__
- #define __H_IC_Edit_Pref_AppleEvents__
-
- #define EPSuite 'ICAp'
- #define EPEvent 'ICAp'
-
- // direct parameter is key
- #define EPDestination 'dest' // pass true if you want the default preference file. Defaults to current pref file (or default pref file if none)
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- pascal OSErr HandleEditPrefAE(AppleEvent* event,AppleEvent* reply,long ignored);
- void SetupEditPrefAppleEvent(void);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* __H_IC_Edit_Pref_AppleEvents__ */
-
-
-